- process fork
- namnażanie procesówrozwidlanie procesów
English-Polish dictionary of Electronics and Computer Science. 2013.
English-Polish dictionary of Electronics and Computer Science. 2013.
Fork (operating system) — In computing, when a process forks, it creates a copy of itself, which is called a child process. The original process is then called the parent process . More generally, a fork in a multithreading environment means that a thread of execution is… … Wikipedia
Fork-exec — is a commonly used technique in Unix whereby an executing process spawns a new program. fork() is the name of the system call that the parent process uses to divide itself ( fork ) into two identical processes. After calling fork(), the created… … Wikipedia
Fork etiquette — in Western social settings takes two primary forms. The style used mostly in the United States of America, which is sometimes called the zigzag method or American style , differs from the European or Continental style mostly used in the rest of… … Wikipedia
Fork bomb — The concept behind the fork bomb – the processes recursively fork until a denial of service or a crash occurs In computing, the fork bomb is a form of denial of service attack against a computer system which makes use of the fork operation (or… … Wikipedia
Fork (software development) — In software engineering, a project fork happens when developers take a legal copy of source code from one software package and start independent development on it, creating a distinct piece of software. The term implies a split in the developer… … Wikipedia
Fork Union Military Academy — Infobox University name = Fork Union Military Academy native name = FUMA latin name = established = 1898 type = Private all male boarding school, grades 6 12 and PG, independent military program endowment = staff = 32 faculty = 175 president = Lt … Wikipedia
Fork (Unix) — Beim Systemaufruf Fork erzeugt der aktuelle Prozess eine Kopie von sich selbst, welche dann als Kindprozess des erzeugenden Programmes läuft. Der Kindprozess übernimmt die Daten, den Maschinencode und den Befehlszähler vom Elternprozess und… … Deutsch Wikipedia
Process (computing) — In computing, a process is an instance of a computer program that is being executed. It contains the program code and its current activity. Depending on the operating system (OS), a process may be made up of multiple threads of execution that… … Wikipedia
Process management (computing) — Operating systems … Wikipedia
Process group — In POSIX conformant operating systems, a process group denotes a collection of one or more processes. Process groups are used to control the distribution of signals. A signal directed to a process group is delivered individually to all of the… … Wikipedia
Process identifier — In computing, the process identifier (normally referred to as the process ID or just PID) is a number used by some operating system kernels (such as that of UNIX, Mac OS X or Windows NT) to uniquely identify a process.In Unix like operating… … Wikipedia